home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 April / Software of the Month Club 1996 April.iso / mac / Utilities / Chiron 2.2 Release ƒ / Chiron v2.2 / Chiron v2.2.rsrc / TEXT_134.txt < prev    next >
Text File  |  1994-03-12  |  3KB  |  85 lines

  1.  
  2.                      Newton Error Codes
  3.  
  4. The Newton, a hand held Personal Digital Assistant (PDA) by Apple Computer and Sony, is a truly remarkable machine (at least to those of us who don't have one and can only dream...), but unfortunetly not immune to errors.  The good news is, it doesn't have that many, yet.
  5.  
  6. They way I've listed the Newton errors is a bit less straight forward then the Mac system errors because I'm not sure of the way they show up on the Newton.  I do know the format so there shouldn't be too many problems (I hope!).
  7.  
  8. An example of a Newton error would be -48002, which is 'store format is too old to understand'.  Ignore the -4, as far as I know it currenly has no meaning except to be there.  The '80' part of the number is the error type, which would be 'Store Errors'.  These are listed in the 'Error Type' section.  The '002' is the error number which specifically identifies what the error is.  These are listed in the 'Error Number' section.  Put the two together and your on a roll...
  9.  
  10. If there are any I'm missing please e-mail me (see Freeware Notice) and I'll include it in the next release.  Thanks.
  11.  
  12. Error Type
  13.  
  14. 80    Store Error
  15. 82    Object System Error
  16. 84    Bad Type Error
  17. 88    Interpreter Error
  18.  
  19. Error Number
  20.  
  21. 2            store format is too old to understand
  22. 3            store format is too new to understand
  23. 4      store is corrupted, cannot recover
  24. 5            single object is corrupted, cannot recover
  25. 9            not a soup entry
  26. 10        tried to remove a store that was not registered
  27. 11        soup index has an unknown type
  28. 12        soup index has an unknown key structure
  29. 13        soup index does not exist
  30. 14        a soup with this name already exists
  31. 15        tried to CopyEntries to an unknown soup
  32. 16        soup is invalid
  33. 17        soup is invalid
  34. 18        entry is invalid
  35. 19        key does not have the type specified in the index
  36. 20        store is in ROM
  37. 21        soup already has an index with this path
  38. 22        internal error
  39. 23        tried to call RemoveIndex on the _uniqueID index
  40. 24        queary type missing or unknown
  41. 25        discovered index inconsistency
  42. 200    expected frame, array, or binary object, but got something else
  43. 202    empty path
  44. 203    invalid segment in path
  45. 204    path failed
  46. 205    index out of bounds (string or array)
  47. 206    source and destination must be different objects
  48. 207    long out of range (too large or small)
  49. 210    bad arguments
  50. 211    string too big
  51. 214    object is read-only
  52. 215    functionality is unimplemented
  53. 400    expected a frame
  54. 401    expected an array
  55. 402    expected a string
  56. 403    expected a pointer
  57. 404    expected a number
  58. 405    expected a real
  59. 406    expected an integer
  60. 407    expected a character
  61. 408    expected a binary object
  62. 409    expected a path expression, symbol or integer
  63. 410    expected a symbol
  64. 411    expected a symbol
  65. 412    expected a fram or an array
  66. 413    expected an array or NIL
  67. 414    expected a string or NIL
  68. 415    expected a binary object or NIL
  69. 416    unexpected frame
  70. 417    unexpected binary object
  71. 418    unexpected immediate
  72. 499    unexpected Spanish Inquisition
  73. 800    not in a break loop, but presumably called break
  74. 802    too many arguments for a CFunction
  75. 803    wrong number of arguments
  76. 804    FOR loop BY expression has value zero
  77. 806    no current exception
  78. 807    undefined variable
  79. 808    undefined global function
  80. 809    undefined method
  81. 810    no _proto for inherited send
  82. 811    tried to access slot in NIL context
  83. 814    local variables and FOR/WITH loops are not 
  84.                  allowed at top level
  85.